(Follow-up r91059) Make backlinks query do both null or "" to potentially account...
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 29 Jun 2011 23:09:00 +0000 (23:09 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 29 Jun 2011 23:09:00 +0000 (23:09 +0000)
commitaafdf047f21fa7c4a3f408e490edc53e58b6c762
treea8b666a7614b8de881de9a80257ec00eb7c1d363
parent68607539963b8d05e79ae8ab151524881705f19d
(Follow-up r91059) Make backlinks query do both null or "" to potentially account for old rows that havn't been updated
yet to new conventions.

Hopefully I got the syntax right for the OR thing using mw's db functions (I tested the query, its fine, I'm just not 100% sure thats the most correct way using mw's db funcs, I've never really had to build an OR query using the db funcs).
includes/BacklinkCache.php